W32: don't put a string literal into gtk_libdir
authorРуслан Ижбулатов <lrn1986@gmail.com>
Sat, 16 Jun 2018 18:22:12 +0000 (18:22 +0000)
committerРуслан Ижбулатов <lrn1986@gmail.com>
Sat, 16 Jun 2018 18:22:12 +0000 (18:22 +0000)
commit6bf88d90f3df03ac2e5cb664ccf521785431aa34
treefb38961a428768f12978ca47c37c1ab883cd9dbb
parentfb4d76d3802534ed0538780fc07758014e97f761
W32: don't put a string literal into gtk_libdir

In all other instances gtk_libdir is a dynamically-allocated string,
so dup the literal in this case as well.
gtk/gtkwin32.c